home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / Class&Method Reference (stack) / MacApp 2.0 Reference / MacApp 2.0 Reference / card_331791.txt < prev    next >
Encoding:
Text File  |  1990-07-24  |  837 b   |  32 lines

  1. -- card: 331791 from stack: in.0 Reference
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 177597
  5. -- name: MakeNewRgn
  6.  
  7.  
  8. -- part contents for background part 1
  9. ----- text -----
  10. MakeNewRgn creates and returns a new region. If the system fails to allocate the memory required for the region, then the routine signals failure.
  11. MacApp calls  MakeNewRgn from a variety of routines that manipulate regions. You can use this routine when you need to create a region.
  12.  
  13. -- part contents for background part 5
  14. ----- text -----
  15. Unit: UMacApp
  16.  
  17.  
  18. -- part contents for background part 23
  19. ----- text -----
  20. ROUTINE
  21.  
  22. -- part contents for background part 2
  23. ----- text -----
  24. MakeNewRgn
  25.  
  26. -- part contents for background part 20
  27. ----- text -----
  28. FUNCTION MakeNewRgn: RgnHandle;
  29.  
  30. -- part contents for background part 40
  31. ----- text -----
  32. 311 of 498 Routines